net.sf.webphotos.exception
Class WebPhotosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.webphotos.exception.WebPhotosException
All Implemented Interfaces:
Serializable

public class WebPhotosException
extends Exception

Author:
Guilhe
See Also:
Serialized Form

Constructor Summary
WebPhotosException()
           
WebPhotosException(String arg0)
           
WebPhotosException(String arg0, Throwable arg1)
           
WebPhotosException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebPhotosException

public WebPhotosException()

WebPhotosException

public WebPhotosException(String arg0)
Parameters:
arg0 -

WebPhotosException

public WebPhotosException(Throwable arg0)
Parameters:
arg0 -

WebPhotosException

public WebPhotosException(String arg0,
                          Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2008-2012. All Rights Reserved.